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