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