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