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