Amazon.S3.Transfer.TransferUtilityUploadRequest.IsSetServerSideEncryptionKeyManagementServiceKeyId C# (CSharp) Method

IsSetServerSideEncryptionKeyManagementServiceKeyId() private method

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