Class CancelRotateSecretRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.secretsmanager.transform.CancelRotateSecretRequestMarshaller
- All Implemented Interfaces:
 Marshaller<CancelRotateSecretRequest>
@Generated("software.amazon.awssdk:codegen")
public class CancelRotateSecretRequestMarshaller
extends Object
implements Marshaller<CancelRotateSecretRequest>
CancelRotateSecretRequest Marshaller- 
Constructor Summary
ConstructorsConstructorDescriptionCancelRotateSecretRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)  - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(CancelRotateSecretRequest cancelRotateSecretRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
CancelRotateSecretRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<CancelRotateSecretRequest>- Parameters:
 cancelRotateSecretRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -