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