Table of Contents

Class CreateSecretRequestMarshaller

Namespace
Amazon.SecretsManager.Model.Internal.MarshallTransformations
Assembly
AWSSDK.SecretsManager.dll

CreateSecret Request Marshaller

public class CreateSecretRequestMarshaller : IMarshaller<IRequest, CreateSecretRequest>, IMarshaller<IRequest, AmazonWebServiceRequest>
Inheritance
CreateSecretRequestMarshaller
Implements
IMarshaller<IRequest, CreateSecretRequest>
IMarshaller<IRequest, AmazonWebServiceRequest>
Inherited Members

Constructors

CreateSecretRequestMarshaller()

public CreateSecretRequestMarshaller()

Properties

Instance

Gets the singleton.

public static CreateSecretRequestMarshaller Instance { get; }

Property Value

CreateSecretRequestMarshaller

Methods

Marshall(AmazonWebServiceRequest)

Marshaller the request object to the HTTP request.

public IRequest Marshall(AmazonWebServiceRequest input)

Parameters

input AmazonWebServiceRequest

Returns

IRequest

Marshall(CreateSecretRequest)

Marshaller the request object to the HTTP request.

public IRequest Marshall(CreateSecretRequest publicRequest)

Parameters

publicRequest CreateSecretRequest

Returns

IRequest