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