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