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