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