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