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