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