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