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