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