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