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