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