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