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 Summary
ConstructorsConstructorDescriptionStartOutpostDecommissionRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(StartOutpostDecommissionRequest startOutpostDecommissionRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
StartOutpostDecommissionRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<StartOutpostDecommissionRequest>- Parameters:
startOutpostDecommissionRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-