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