Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.CloneReceiptRuleSet C# (CSharp) Method

CloneReceiptRuleSet() public method

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.

This action is throttled at one request per second.

/// Indicates that a resource could not be created because of a naming conflict. /// /// 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. /// /// Indicates that the provided receipt rule set does not exist. ///
public CloneReceiptRuleSet ( CloneReceiptRuleSetRequest request ) : CloneReceiptRuleSetResponse
request Amazon.SimpleEmail.Model.CloneReceiptRuleSetRequest Container for the necessary parameters to execute the CloneReceiptRuleSet service method.
return CloneReceiptRuleSetResponse
        public CloneReceiptRuleSetResponse CloneReceiptRuleSet(CloneReceiptRuleSetRequest request)
        {
            var marshaller = new CloneReceiptRuleSetRequestMarshaller();
            var unmarshaller = CloneReceiptRuleSetResponseUnmarshaller.Instance;

            return Invoke<CloneReceiptRuleSetRequest,CloneReceiptRuleSetResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleEmailServiceClient