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

IsSetContentType() private method

Checks if ContentType property is set.
private IsSetContentType ( ) : bool
return bool
        internal bool IsSetContentType()
        {
            return !System.String.IsNullOrEmpty(this.contentType);
        }