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