Class RestoreDbInstanceToPointInTimeRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.rds.transform.RestoreDbInstanceToPointInTimeRequestMarshaller
- All Implemented Interfaces:
Marshaller<RestoreDbInstanceToPointInTimeRequest>
@Generated("software.amazon.awssdk:codegen")
public class RestoreDbInstanceToPointInTimeRequestMarshaller
extends Object
implements Marshaller<RestoreDbInstanceToPointInTimeRequest>
RestoreDbInstanceToPointInTimeRequest
Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionRestoreDbInstanceToPointInTimeRequestMarshaller
(AwsQueryProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall
(RestoreDbInstanceToPointInTimeRequest restoreDbInstanceToPointInTimeRequest) Marshalls the given POJO into aSdkHttpFullRequest
.
-
Constructor Details
-
RestoreDbInstanceToPointInTimeRequestMarshaller
-
-
Method Details
-
marshall
public SdkHttpFullRequest marshall(RestoreDbInstanceToPointInTimeRequest restoreDbInstanceToPointInTimeRequest) Description copied from interface:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<RestoreDbInstanceToPointInTimeRequest>
- Parameters:
restoreDbInstanceToPointInTimeRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-