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