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