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