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