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