Amazon.S3.Model.PutObjectTaggingRequest.IsSetBucket C# (CSharp) Method

IsSetBucket() private method

Check to see if Bucket property is set
private IsSetBucket ( ) : bool
return bool
        internal bool IsSetBucket()
        {
            return this.bucketName != null;
        }