Amazon.S3.Model.InitiateMultipartUploadRequest.IsSetServerSideEncryptionKeyManagementServiceKeyId C# (CSharp) 메소드

IsSetServerSideEncryptionKeyManagementServiceKeyId() 개인적인 메소드

Checks if ServerSideEncryptionKeyManagementServiceKeyId property is set.
        internal bool IsSetServerSideEncryptionKeyManagementServiceKeyId()
        {
            return !System.String.IsNullOrEmpty(this.serverSideEncryptionKeyManagementServiceKeyId);
        }