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 SummaryConstructorsConstructorDescriptionGetConnectorDestinationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetConnectorDestinationRequest getConnectorDestinationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetConnectorDestinationRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetConnectorDestinationRequest>
- Parameters:
- getConnectorDestinationRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-