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