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