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