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