C# Class Amazon.EC2.Model.ModifySnapshotAttributeRequest

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ModifySnapshotAttributeRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

ModifySnapshotAttributeRequest ( string snapshotId, SnapshotAttributeName attribute, OperationType operationType ) : System

Instantiates ModifySnapshotAttributeRequest with the parameterized properties

Private Methods

Method Description
IsSetAttribute ( ) : bool
IsSetCreateVolumePermission ( ) : bool
IsSetGroupNames ( ) : bool
IsSetOperationType ( ) : bool
IsSetSnapshotId ( ) : bool
IsSetUserIds ( ) : bool

Method Details

ModifySnapshotAttributeRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public ModifySnapshotAttributeRequest ( ) : System
return System

ModifySnapshotAttributeRequest() public method

Instantiates ModifySnapshotAttributeRequest with the parameterized properties
public ModifySnapshotAttributeRequest ( string snapshotId, SnapshotAttributeName attribute, OperationType operationType ) : System
snapshotId string The ID of the snapshot.
attribute SnapshotAttributeName The snapshot attribute to modify. Only volume creation permissions may be modified at the customer level.
operationType OperationType The type of operation to perform to the attribute.
return System