Amazon.S3.Model.GetPreSignedUrlRequest.IsSetKey C# (CSharp) Method

IsSetKey() private method

Checks if Key property is set.
private IsSetKey ( ) : bool
return bool
        internal bool IsSetKey()
        {
            return !System.String.IsNullOrEmpty(this.key);
        }