Class GetOutpostBillingInformationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.outposts.transform.GetOutpostBillingInformationRequestMarshaller
- All Implemented Interfaces:
Marshaller<GetOutpostBillingInformationRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<GetOutpostBillingInformationRequest>
- Parameters:
getOutpostBillingInformationRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-