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