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