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