Amazon.S3.Model.GetObjectMetadataRequest.IsSetServerSideEncryptionCustomerMethod C# (CSharp) Method

IsSetServerSideEncryptionCustomerMethod() private method

private IsSetServerSideEncryptionCustomerMethod ( ) : bool
return bool
        internal bool IsSetServerSideEncryptionCustomerMethod()
        {
            return this.serverSideCustomerEncryption != null && this.serverSideCustomerEncryption != ServerSideEncryptionCustomerMethod.None;
        }