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