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