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