Class UpdateLogPatternRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.applicationinsights.transform.UpdateLogPatternRequestMarshaller
- All Implemented Interfaces:
- Marshaller<UpdateLogPatternRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class UpdateLogPatternRequestMarshaller
extends Object
implements Marshaller<UpdateLogPatternRequest>
UpdateLogPatternRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionUpdateLogPatternRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(UpdateLogPatternRequest updateLogPatternRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
UpdateLogPatternRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<UpdateLogPatternRequest>
- Parameters:
- updateLogPatternRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-