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