Class GetRandomPasswordRequestMarshaller
- Assembly
- AWSSDK.SecretsManager.dll
GetRandomPassword Request Marshaller
public class GetRandomPasswordRequestMarshaller : IMarshaller<IRequest, GetRandomPasswordRequest>, IMarshaller<IRequest, AmazonWebServiceRequest>
- Inheritance
-
GetRandomPasswordRequestMarshaller
- Implements
-
IMarshaller<IRequest, AmazonWebServiceRequest>
- Inherited Members
Constructors
GetRandomPasswordRequestMarshaller()
public GetRandomPasswordRequestMarshaller()
Properties
Instance
Gets the singleton.
public static GetRandomPasswordRequestMarshaller Instance { get; }
Property Value
Methods
Marshall(AmazonWebServiceRequest)
Marshaller the request object to the HTTP request.
public IRequest Marshall(AmazonWebServiceRequest input)
Parameters
input
AmazonWebServiceRequest
Returns
- IRequest
Marshall(GetRandomPasswordRequest)
Marshaller the request object to the HTTP request.
public IRequest Marshall(GetRandomPasswordRequest publicRequest)
Parameters
publicRequest
GetRandomPasswordRequest
Returns
- IRequest