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