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