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