Class CreateAutomatedReasoningPolicyVersionRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bedrock.transform.CreateAutomatedReasoningPolicyVersionRequestMarshaller
- All Implemented Interfaces:
Marshaller<CreateAutomatedReasoningPolicyVersionRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<CreateAutomatedReasoningPolicyVersionRequest>
- Parameters:
createAutomatedReasoningPolicyVersionRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-