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