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