Inherits from AmazonServiceRequestConfig : NSObject
Declared in EC2CreateSnapshotRequest.h

Overview

Create Snapshot Request

Tasks

  •   volumeId

    The ID of the volume from which to create the snapshot.

    property
  •   descriptionValue

    The description for the new snapshot.

    property
  • – init

    Default 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.

  • – description

    Returns a string representation of this object; useful for testing and debugging.

Properties

descriptionValue

The description for the new snapshot.

@property (nonatomic, retain) NSString *descriptionValue

Discussion

The description for the new snapshot.

Declared In

EC2CreateSnapshotRequest.h

volumeId

The ID of the volume from which to create the snapshot.

@property (nonatomic, retain) NSString *volumeId

Discussion

The ID of the volume from which to create the snapshot.

Declared In

EC2CreateSnapshotRequest.h

Instance Methods

description

Returns a string representation of this object; useful for testing and debugging.

- (NSString *)description

Return Value

A string representation of this object.

Discussion

Returns a string representation of this object; useful for testing and debugging.

Declared In

EC2CreateSnapshotRequest.h

init

Default constructor for a new CreateSnapshotRequest object. Callers should use the property methods to initialize this object after creating it.

- (id)init

Discussion

Default constructor for a new CreateSnapshotRequest object. Callers should use the property methods to initialize this object after creating it.

Declared In

EC2CreateSnapshotRequest.h

initWithVolumeId:andDescriptionValue:

Constructs a new CreateSnapshotRequest object. Callers should use properties to initialize any additional object members.

- (id)initWithVolumeId:(NSString *)theVolumeId andDescriptionValue:(NSString *)theDescriptionValue

Parameters

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