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