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