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