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