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