Class GetConnectorDestinationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iotmanagedintegrations.transform.GetConnectorDestinationRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetConnectorDestinationRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<GetConnectorDestinationRequest>
- Parameters:
getConnectorDestinationRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-