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