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