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