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