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