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