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