Amazon.S3.Model.GetPreSignedUrlRequest.IsSetKey C# (CSharp) 메소드

IsSetKey() 개인적인 메소드

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