Class StartOutpostDecommissionRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.outposts.transform.StartOutpostDecommissionRequestMarshaller
- All Implemented Interfaces:
Marshaller<StartOutpostDecommissionRequest>
@Generated("software.amazon.awssdk:codegen")
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:Marshaller
Marshalls the given POJO into aSdkHttpFullRequest
.- Specified by:
marshall
in interfaceMarshaller<StartOutpostDecommissionRequest>
- Parameters:
startOutpostDecommissionRequest
- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest
.
-