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