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