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