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