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