EC2CreateSnapshotRequest Class Reference
| Inherits from | AmazonServiceRequestConfig : NSObject |
| Declared in | EC2CreateSnapshotRequest.h |
Tasks
-
volumeIdThe ID of the volume from which to create the snapshot.
property -
descriptionValueThe description for the new snapshot.
property -
– initDefault constructor for a new CreateSnapshotRequest object. Callers should use the property methods to initialize this object after creating it.
-
– initWithVolumeId:andDescriptionValue:Constructs a new CreateSnapshotRequest object. Callers should use properties to initialize any additional object members.
-
– descriptionReturns a string representation of this object; useful for testing and debugging.
Properties
Instance Methods
description
Returns a string representation of this object; useful for testing and debugging.
- (NSString *)descriptionReturn Value
A string representation of this object.
Discussion
Returns a string representation of this object; useful for testing and debugging.
Declared In
EC2CreateSnapshotRequest.hinit
Default constructor for a new CreateSnapshotRequest object. Callers should use the property methods to initialize this object after creating it.
- (id)initDiscussion
Default constructor for a new CreateSnapshotRequest object. Callers should use the property methods to initialize this object after creating it.
Declared In
EC2CreateSnapshotRequest.hinitWithVolumeId:andDescriptionValue:
Constructs a new CreateSnapshotRequest object. Callers should use properties to initialize any additional object members.
- (id)initWithVolumeId:(NSString *)theVolumeId andDescriptionValue:(NSString *)theDescriptionValueParameters
- theVolumeId
The ID of the volume from which to create the snapshot.
- theDescriptionValue
The description for the new snapshot.
Discussion
Constructs a new CreateSnapshotRequest object. Callers should use properties to initialize any additional object members.
Declared In
EC2CreateSnapshotRequest.h