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