C# Class Amazon.S3.Transfer.BaseDownloadRequest

The base class for requests that return Amazon S3 objects.
Show file Open project: scopely/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetBucketName ( ) : bool

Gets whether or not the bucket name is set.

IsSetKey ( ) : bool

Gets whether or not the key property is set.

IsSetModifiedSinceDate ( ) : bool

Checks if ModifiedSinceDate property is set.

IsSetUnmodifiedSinceDate ( ) : bool

Checks if UnmodifiedSinceDate property is set.

IsSetVersionId ( ) : bool

Checks if VersionId property is set.