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