Amazon.S3.Model.GetObjectMetadataRequest.IsSetServerSideEncryptionCustomerMethod C# (CSharp) 메소드

IsSetServerSideEncryptionCustomerMethod() 개인적인 메소드

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