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