Class GetAutomatedReasoningPolicyRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.bedrock.transform.GetAutomatedReasoningPolicyRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetAutomatedReasoningPolicyRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<GetAutomatedReasoningPolicyRequest>- Parameters:
getAutomatedReasoningPolicyRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-