Class ListRotationsRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ssmcontacts.transform.ListRotationsRequestMarshaller
- All Implemented Interfaces:
- Marshaller<ListRotationsRequest>
@Generated("software.amazon.awssdk:codegen")
public class ListRotationsRequestMarshaller
extends Object
implements Marshaller<ListRotationsRequest>
ListRotationsRequest Marshaller- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(ListRotationsRequest listRotationsRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
ListRotationsRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<ListRotationsRequest>
- Parameters:
- listRotationsRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-