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