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