Class DeregisterApplicationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.ssmsap.transform.DeregisterApplicationRequestMarshaller
- All Implemented Interfaces:
Marshaller<DeregisterApplicationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class DeregisterApplicationRequestMarshaller
extends Object
implements Marshaller<DeregisterApplicationRequest>
DeregisterApplicationRequest Marshaller-
Constructor Summary
ConstructorsConstructorDescriptionDeregisterApplicationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) -
Method Summary
Modifier and TypeMethodDescriptionmarshall(DeregisterApplicationRequest deregisterApplicationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
-
Constructor Details
-
DeregisterApplicationRequestMarshaller
-
-
Method Details
-
marshall
Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<DeregisterApplicationRequest>- Parameters:
deregisterApplicationRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-