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