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