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