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