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