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