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