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