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