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