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