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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<GetCoreDefinitionRequest>- Parameters:
 getCoreDefinitionRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -