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