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