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

IsSetContentType() 개인적인 메소드

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