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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<CancelRotateSecretRequest>
- Parameters:
cancelRotateSecretRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-