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