Amazon.S3.Model.PutBucketRequestPaymentRequest.IsSetRequestPaymentConfiguration C# (CSharp) Method

IsSetRequestPaymentConfiguration() private method

private IsSetRequestPaymentConfiguration ( ) : bool
return bool
        internal bool IsSetRequestPaymentConfiguration()
        {
            return this.requestPaymentConfiguration != null;
        }
    }