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