Class GetRotationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ssmcontacts.transform.GetRotationRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetRotationRequest>
@Generated("software.amazon.awssdk:codegen")
public class GetRotationRequestMarshaller
extends Object
implements Marshaller<GetRotationRequest>
GetRotationRequest
Marshaller-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(GetRotationRequest getRotationRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
GetRotationRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<GetRotationRequest>
- Parameters:
getRotationRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-