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