Amazon.S3.Model.CopyObjectResponse.IsSetServerSideEncryptionKeyManagementServiceKeyId C# (CSharp) Метод

IsSetServerSideEncryptionKeyManagementServiceKeyId() приватный Метод

Checks if ServerSideEncryptionKeyManagementServiceKeyId property is set.
private IsSetServerSideEncryptionKeyManagementServiceKeyId ( ) : bool
Результат bool
        internal bool IsSetServerSideEncryptionKeyManagementServiceKeyId()
        {
            return !System.String.IsNullOrEmpty(this.serverSideEncryptionKeyManagementServiceKeyId);
        }