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