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