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