Amazon.S3.Transfer.BaseDownloadRequest.IsSetKey C# (CSharp) Method

IsSetKey() private method

Gets whether or not the key property is set.
private IsSetKey ( ) : bool
return bool
        internal bool IsSetKey()
        {
            return !System.String.IsNullOrEmpty(this.key);
        }